'Declaration Public Overloads Function GroupAsync( _ ByVal ParamArray groupDescriptions() As GroupDescription _ ) As Task
public Task GroupAsync( params GroupDescription[] groupDescriptions )
Parameters
- groupDescriptions
- The group descriptions that determine how the data will be grouped.